From d140d3a8d39797da6c20642aadddcb692c58b3a9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 26 Dec 2008 06:53:02 +0000 Subject: [PATCH] Update svn path=/trunk/; revision=21933 --- docs/reference/ChangeLog | 4 ++++ docs/reference/gtk/migrating-GtkBuilder.sgml | 24 +++----------------- 2 files changed, 7 insertions(+), 21 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 82cae93173..435d2025bd 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,7 @@ +2008-12-26 Matthias Clasen + + * gtk/migrating-GtkBuilder.xml: Update + 2008-12-26 Matthias Clasen * gtk/drawing-model.sgml: Turn into a refentry to fit better in diff --git a/docs/reference/gtk/migrating-GtkBuilder.sgml b/docs/reference/gtk/migrating-GtkBuilder.sgml index 1f6bcc2f61..f406ab361d 100644 --- a/docs/reference/gtk/migrating-GtkBuilder.sgml +++ b/docs/reference/gtk/migrating-GtkBuilder.sgml @@ -19,7 +19,9 @@ If your code uses the @root parameter of glade_xml_new(), you may want to split your glade file into multiple GtkBuilder files by using the option of - gtk-builder-convert. + gtk-builder-convert. Alternatively, you + can use gtk_builder_add_objects_from_file() to construct only certain + objects from a GtkBuilder file. @@ -28,26 +30,6 @@ still behind libglade: - - GtkBuilder can not construct partial trees, it lacks - the equivalent of the @root parameter of glade_xml_new(). - Due to the way GtkBuilder parses its input, this is difficult - to implement, see - bug - 447998. As a workaround, you can split your glade file - into multiple GtkBuilder input files using the - that was mentioned above. - - - - GtkBuilder does not yet implement support for accessibility - properties. It parses the same <accessibility> elements - as libglade, but ignores them. See - bug - 454983 for the current status of accessibility support - in GtkBuilder. - - GtkBuilder supports context information in translatable properties in a slightly different way than libglade. -- 2.30.2